Will Swift or any upcoming Apple developer tools be incompatible with .xibs? [on hold]

Posted by user on Programmers See other posts from Programmers or by user
Published on 2014-06-04T04:30:18Z Indexed on 2014/06/04 9:38 UTC
Read the original article Hit count: 341

Filed under:
|
|

I'm still letting the sudden announcement of a language change (Swift) sink in, and I'm wondering if the upcoming platform changes will still be highly compatible with using .xibs for interface development. I've used Storyboards in multiple production projects but I don't feel very productive with them, and I get tired of managing multiple storyboards, links, and xib connections for complex views.

I don't see why Swift and Xcode 6 wouldn't cooperate with Xibs indefinitely if it still allows @IBOutlets and @IBActions, but I have realized that Apple purposely shuns old methodologies for the sake of doing so.

If there's any reasons to turn away from xibs in iOS8 besides the use-the-new-stuff conventional wisdom, I'd like to know before its too late.

© Programmers or respective owner

Related posts about objective-c

Related posts about cocoa